home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life: SuperPac
/
SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO
/
pc
/
demos
/
nile
/
senet.exe
/
senet.DXR
/
00013.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1995-05-04
|
249 b
|
12 lines
on mouseDown
set the castNum of sprite the clickOn to the number of cast "Go.Down"
updateStage()
repeat while the mouseDown
end repeat
end
on mouseUp
set the castNum of sprite the clickOn to the number of cast "Go.Up"
updateStage()
end